home *** CD-ROM | disk | FTP | other *** search
/ Mission to McDonaldLand / Mission To McDonaldLand.iso / npole.dxr / 00066_Script_66 < prev    next >
Text File  |  1998-10-29  |  271b  |  13 lines

  1. on mouseEnter me
  2.   set the member of sprite the spritenum of me = "Rollover"
  3. end
  4.  
  5. on mouseLeave me
  6.   set the member of sprite the spritenum of me = "ReturnToWorld"
  7. end
  8.  
  9. on mouseDown me
  10.   set the member of sprite the spritenum of me = "Down"
  11.   go to "SC3"
  12. end
  13.